﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import "simple-scrollbar.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Neue Helvetica W02', sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #3D3D3D;
}
@font-face {
  font-family: 'Helvetica Light';
  src: url('Fonts/helveticaneue_light-webfont.woff2') format('woff2'), url('Fonts/helveticaneue_light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Medium';
  src: url('Fonts/helveticaneue_medium-webfont.woff2') format('woff2'), url('Fonts/helveticaneue_medium-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Bold';
  src: url('Fonts/helvetica_neu_bold-webfont.woff2') format('woff2'), url('Fonts/helvetica_neu_bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/* Flex */
@media screen and (min-width: 1024px) {
  .hide-for-desktop {
    display: none;
  }
}
.hide {
  display: none !important;
}
.hidden {
  display: none !important;
}
.selected {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .selected {
    border-radius: 10px;
  }
}
html,
body {
  height: 100%;
  width: 100%;
  overflow: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  /*font-family: @HelveticaRegular;*/
  font-size: 16px;
  color: #3D3D3D;
  background-color: #F0F0F0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  body.active-overlay picture img {
    width: calc(100% - 300px);
  }
}
body.active-overlay footer .powered-by {
  /*a {
                    .image {
                        @media screen and (min-width: @tabletBreakpoint) {
                            .flex(1 0 @overlayMenuWidth);
                        }

                        img {
                            @media screen and (min-width: @tabletBreakpoint) {
                                opacity: 1;
                                width: 150px;
                            }
                        }
                    }
                }*/
}
@media screen and (min-width: 1024px) {
  body.active-overlay footer .powered-by {
    max-width: 420px;
  }
}
body.active-overlay footer .powered-by .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
body i {
  color: #717171;
}
picture img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  picture img {
    width: calc(100% - 120px);
    height: 100%;
    margin-left: 120px;
  }
}
.designer {
  color: #3D3D3D;
  position: relative;
  overflow: hidden;
  display: block;
  /*font-family: @fontFamily;*/
  font-size: 13px;
  line-height: 1.3em;
  max-width: 1200px;
  max-height: 100% !important;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  opacity: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.designer .pp-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 1.2em;
  height: 1em;
}
.designer .pp-icon.compare {
  background-image: url("icons/compare.svg");
}
.designer.ready {
  opacity: 1;
}
.designer.fixed-and-full {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  /*bottom: 0;*/
  width: 100%;
  max-width: none;
  /*max-height: 100%;
        height: 100%;*/
  max-height: 100vh;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-height: 500px) {
  .designer.fixed-and-full {
    height: 100%;
  }
}
.designer * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.designer img.sizing-holder {
  display: block;
  visibility: hidden;
  width: 100%;
}
.designer.idle-hotspots .render-container .hotspots .hotspot-point .hotspot,
.designer.hide-hotspots .render-container .hotspots .hotspot-point .hotspot {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.designer .render-container {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  -moz-transition: transform cubic-bezier(0.8, 0, 0.2, 1) 0.5s;
  -o-transition: transform cubic-bezier(0.8, 0, 0.2, 1) 0.5s;
  -webkit-transition: transform cubic-bezier(0.8, 0, 0.2, 1) 0.5s;
  transition: transform cubic-bezier(0.8, 0, 0.2, 1) 0.5s;
  -moz-transition: -webkit-transform cubic-bezier(0.8, 0, 0.2, 1) 0.5s;
  -o-transition: -webkit-transform cubic-bezier(0.8, 0, 0.2, 1) 0.5s;
  -webkit-transition: -webkit-transform cubic-bezier(0.8, 0, 0.2, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.8, 0, 0.2, 1) 0.5s;
}
@media screen and (min-width: 1024px) {
  .designer .render-container {
    position: absolute;
  }
}
.designer .render-container img.render {
  position: absolute;
  left: 0;
  /*top: 0;*/
  bottom: 0;
  width: 100%;
  display: block;
  z-index: 1;
  opacity: 1;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  transition-property: opacity;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1024px) {
  .designer .render-container img.render {
    transform: unset !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
    position: relative;
  }
}
.designer .render-container img.render.available {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .designer .render-container img.render.available {
    display: none;
  }
}
.designer .render-container .hotspots {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .designer .render-container .hotspots {
    display: none;
  }
}
.designer .render-container .hotspots .hotspot-point {
  position: absolute;
  left: 50%;
  top: 50%;
}
.designer .render-container .hotspots .hotspot-point .hotspot {
  position: absolute;
  left: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  border-radius: 200px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 1.4em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.designer .render-container .hotspots .hotspot-point .hotspot:hover {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-color: rgba(255, 255, 255, 0.9);
}
.designer .render-container .hotspots .hotspot-point .hotspot span.label {
  display: none;
}
.designer .render-container .hotspots .hotspot-point .hotspot.labeled {
  height: auto;
  width: auto;
  min-width: 140px;
  line-height: 1.2em;
  padding: 0.75em 1.5em;
  font-size: 1.1em;
  white-space: nowrap;
}
.designer .render-container .hotspots .hotspot-point .hotspot.labeled i.fa,
.designer .render-container .hotspots .hotspot-point .hotspot.labeled i.far,
.designer .render-container .hotspots .hotspot-point .hotspot.labeled i.fab,
.designer .render-container .hotspots .hotspot-point .hotspot.labeled i.fas {
  margin-right: 0.5em;
}
.designer .render-container .hotspots .hotspot-point .hotspot.labeled span.label {
  display: inline-block;
}
.designer .render-container .hotspots .hotspot-point.has-single-option {
  display: none !important;
}
.designer .loader {
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(50, 50, 50, 0.5);
  z-index: 5000;
  opacity: 0;
  text-align: center;
  font-size: 3em;
  -moz-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.designer .loader.inverted {
  color: #333;
}
.designer .loader.show {
  display: block;
  width: auto;
  right: 0;
  left: 0;
  opacity: 1;
}
.designer .loader i.fa,
.designer .loader i.far,
.designer .loader i.fab,
.designer .loader i.fas {
  position: absolute;
  top: 50%;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -20px;
  color: #fff;
}
.designer .branding {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 160px;
  height: 60px;
  /*background-color: rgba(0,0,0,0.5);*/
  z-index: 10;
  /*background-image: url(@brandingLogoUrl);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  /*        & + .fullscreen-button {
            top: 70px;
        }*/
}
.designer .branding.bottom-right {
  top: auto;
  bottom: 10px;
  background-position: right bottom;
}
.designer .branding.bottom-left {
  top: auto;
  bottom: 10px;
  right: auto;
  left: 10px;
  background-position: left bottom;
}
.designer .fullscreen-button,
.designer .loupe .close-loupe-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
  border-radius: 200px;
  text-align: center;
  line-height: 40px;
  font-size: 1.4em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media screen and (min-width: 1024px) {
  .designer .fullscreen-button,
  .designer .loupe .close-loupe-button {
    display: none;
  }
}
.designer .fullscreen-button:hover,
.designer .loupe .close-loupe-button:hover {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-color: rgba(255, 255, 255, 0.9);
}
.designer .fullscreen-button.enabled,
.designer .loupe .close-loupe-button.enabled {
  display: block;
}
.designer .loupe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 300;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.designer .loupe.is-visible {
  display: flex;
}
.designer .loupe img {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border: none;
  /*.tween();*/
}
.designer .loupe .touch-control-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.designer .loupe .close-loupe-button {
  /*position: absolute;
            z-index: 20;
            position: absolute;
            right: 10px;
            top: 10px;
            cursor: pointer;
            width: 40px;
            height: 40px;
            background-color: red;
            border-radius: 100%;
            width: 3.5rem;
            height: 3.5rem;*/
}
.designer-preloader {
  position: absolute;
  left: 0;
  top: 0;
  /*bottom: 0;*/
  height: 90vh;
  right: 0;
  text-align: center;
  font-size: 3em;
  color: #333;
  -moz-transition: opacity ease-out 0.3s;
  -o-transition: opacity ease-out 0.3s;
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}
.designer-preloader i.fa,
.designer-preloader i.far,
.designer-preloader i.fab,
.designer-preloader i.fas {
  position: absolute;
  top: 50%;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -20px;
}
nav {
  position: relative;
  background-color: #E3E3E3;
  z-index: 100;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  nav {
    top: 0;
    left: 0;
    height: 100%;
    width: 120px;
    position: absolute;
  }
}
nav section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  nav section {
    height: calc(100% - 60px);
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  nav section {
    height: 100%;
  }
}
nav section .menu {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  position: relative;
  padding: 15px 0px;
  cursor: pointer;
  width: auto;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media only screen and (max-width: 1024px) {
  nav section .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
@media screen and (min-width: 700px) {
  nav section .menu {
    /*font-size: 1em;*/
    padding: 25px 0px;
  }
}
@media screen and (min-width: 1024px) {
  nav section .menu {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    border-bottom: 1px solid #D1D1D1;
    /*font-size: 1em;*/
    width: 100%;
  }
}
nav section .menu i {
  margin-bottom: 14px;
  font-size: 1.5em;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  nav section .menu i {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 1600px) {
  nav section .menu i {
    font-size: 2em;
  }
}
nav section .menu p {
  color: #717171;
  /*font-family: @HelveticaMedium;*/
  /*font-weight: 600;*/
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  nav section .menu p {
    font-size: 0.85em;
  }
}
@media screen and (min-width: 1600px) {
  nav section .menu p {
    font-size: 1em;
  }
}
nav section .menu.active {
  background-color: #F0F0F0;
}
nav section .menu.active i {
  color: #3D3D3D;
}
nav section .menu:hover i,
nav section .menu:hover p {
  color: #3D3D3D;
}
nav section .menu.disabled {
  display: none;
}
.submenu {
  position: relative;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  overflow-x: auto;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  z-index: 100;
  /* KIJ 2021-07-07: Fixing V1 over-ruling */
}
@media screen and (min-width: 1024px) {
  .submenu {
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 700px) {
  .submenu {
    z-index: auto;
  }
}
.submenu .overlay {
  position: relative;
  width: 100%;
  opacity: 0;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  z-index: 90;
  background-color: #F0F0F0;
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: hidden;
  /*&.ready {
            opacity: 1;

            @media screen and (min-width: @tabletBreakpoint) {
                left: @menuWidth;
            }
        }*/
}
@media screen and (min-width: 1024px) {
  .submenu .overlay {
    width: 300px;
    top: 0;
    left: -300px;
    position: absolute;
    height: calc(100% - 60px);
  }
}
@media screen and (min-width: 1024px) {
  .submenu .overlay.fullheight {
    height: 100%;
  }
}
.submenu .overlay .ss-container {
  width: 100%;
  height: 100%;
}
.submenu .overlay .thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  border-radius: 5px;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .thumbnail {
    border-radius: 5px;
  }
}
@media screen and (min-width: 700px) {
  .submenu .overlay .thumbnail {
    /*width: 90px;*/
    height: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .thumbnail {
    /*width: 140px;*/
    height: 140px;
  }
}
@media screen and (min-width: 1600px) {
  .submenu .overlay .thumbnail {
    /*width: 150px;*/
    height: 150px;
  }
}
.submenu .overlay .content {
  background-color: #F0F0F0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: calc(100% - 60px);
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content {
    margin-bottom: 0;
    width: 100%;
    height: auto;
  }
}
.submenu .overlay .content .scenes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .scenes {
    display: block;
    width: 90%;
    margin: auto;
  }
}
.submenu .overlay .content .scenes .scene {
  width: 47%;
  cursor: pointer;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .scenes .scene {
    width: 100%;
  }
}
.submenu .overlay .content .scenes .scene .position {
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .scenes .scene .position {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .scenes .scene .position {
    padding: 10px;
  }
}
.submenu .overlay .content .scenes .scene .position .thumbnail {
  /*width: 100%;*/
}
@media screen and (min-width: 700px) and (max-width: 1600px) {
  .submenu .overlay .content .scenes .scene .position .thumbnail {
    height: 140px;
  }
}
.submenu .overlay .content .scenes .scene .position p {
  padding-top: 5px;
}
@media screen and (min-width: 700px) {
  .submenu .overlay .content .scenes .scene .position p {
    font-size: 1.2em;
  }
}
.submenu .overlay .content .scenes .scene .position:hover {
  background-color: white;
}
.submenu .overlay .content.shares,
.submenu .overlay .content.downloads {
  margin-top: 0px;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content.shares,
  .submenu .overlay .content.downloads {
    margin-top: 30px;
  }
}
.submenu .overlay .content .shares,
.submenu .overlay .content .downloads {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  /*            .download {
                .area {
                    width: 600px;
                }
            }

            .share {
                .area {
                    width: 500px;
                }*/
  /*}*/
}
@media screen and (max-width: 1024px) {
  .submenu .overlay .content .shares,
  .submenu .overlay .content .downloads {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .shares,
  .submenu .overlay .content .downloads {
    display: block;
  }
}
.submenu .overlay .content .shares .share,
.submenu .overlay .content .downloads .share,
.submenu .overlay .content .shares .download,
.submenu .overlay .content .downloads .download {
  width: 100%;
  margin: auto;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .shares .share,
  .submenu .overlay .content .downloads .share,
  .submenu .overlay .content .shares .download,
  .submenu .overlay .content .downloads .download {
    height: auto;
  }
}
.submenu .overlay .content .shares .share .position,
.submenu .overlay .content .downloads .share .position,
.submenu .overlay .content .shares .download .position,
.submenu .overlay .content .downloads .download .position {
  /*position: absolute;
                        top: 50%;
                        left: 50%;
                        .transform(translate(-50%,-50%));*/
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .shares .share .position,
  .submenu .overlay .content .downloads .share .position,
  .submenu .overlay .content .shares .download .position,
  .submenu .overlay .content .downloads .download .position {
    position: static;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
}
.submenu .overlay .content .shares .share .area,
.submenu .overlay .content .downloads .share .area,
.submenu .overlay .content .shares .download .area,
.submenu .overlay .content .downloads .download .area {
  border-radius: 10px;
  font-size: 1.5em;
  cursor: pointer;
  /*margin-bottom: 10px;*/
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 20px;
  /*text-align: center;*/
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .shares .share .area,
  .submenu .overlay .content .downloads .share .area,
  .submenu .overlay .content .shares .download .area,
  .submenu .overlay .content .downloads .download .area {
    border-radius: 10px;
  }
}
@media screen and (min-width: 700px) {
  .submenu .overlay .content .shares .share .area,
  .submenu .overlay .content .downloads .share .area,
  .submenu .overlay .content .shares .download .area,
  .submenu .overlay .content .downloads .download .area {
    font-size: 2em;
  }
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .shares .share .area,
  .submenu .overlay .content .downloads .share .area,
  .submenu .overlay .content .shares .download .area,
  .submenu .overlay .content .downloads .download .area {
    font-size: 1.2em;
    width: 80%;
    margin: auto;
    /*text-align: start;*/
  }
}
.submenu .overlay .content .shares .share .area i,
.submenu .overlay .content .downloads .share .area i,
.submenu .overlay .content .shares .download .area i,
.submenu .overlay .content .downloads .download .area i {
  line-height: 1;
}
.submenu .overlay .content .shares .share .area:hover,
.submenu .overlay .content .downloads .share .area:hover,
.submenu .overlay .content .shares .download .area:hover,
.submenu .overlay .content .downloads .download .area:hover {
  background-color: #fff;
}
.submenu .overlay .content .edits {
  padding-top: 10px;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .edits {
    padding-top: 0;
    overflow-x: hidden;
  }
}
.submenu .overlay .content .edits .edit {
  width: 100%;
  margin: auto;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  border-radius: 10px;
  padding: 7px;
  background-color: #fff;
  -moz-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .edits .edit {
    border-radius: 10px;
  }
}
@media screen and (min-width: 700px) {
  .submenu .overlay .content .edits .edit {
    width: 80%;
    padding: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .edits .edit {
    width: 90%;
    padding: 5px;
    background-color: transparent;
    overflow-x: hidden;
    margin-left: 10px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .submenu .overlay .content .edits .edit .thumbnail {
    height: 90px;
    /*width: 90px;*/
  }
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .edits .edit .thumbnail {
    width: 100px;
    height: 100px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.submenu .overlay .content .edits .edit .image {
  -webkit-flex: 1 0 140px;
  -ms-flex: 1 0 140px;
  flex: 1 0 140px;
  width: 100%;
  height: auto;
}
.submenu .overlay .content .edits .edit .image img {
  max-height: 120px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .edits .edit .image img {
    max-height: inherit;
    width: 100%;
  }
}
.submenu .overlay .content .edits .edit .text {
  -webkit-flex: 1 0 calc(100% - 10% - 140px);
  -ms-flex: 1 0 calc(100% - 10% - 140px);
  flex: 1 0 calc(100% - 10% - 140px);
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 700px) {
  .submenu .overlay .content .edits .edit .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .edits .edit .text {
    font-size: inherit;
  }
}
.submenu .overlay .content .edits .edit .text .position {
  margin-left: 10px;
}
.submenu .overlay .content .edits .edit .text .position .headline {
  text-transform: uppercase;
  margin-bottom: 6px;
  /*font-family: @HelveticaMedium;*/
  font-weight: 600;
}
.submenu .overlay .content .edits .edit .text .position .subheadline {
  font-size: 0.9em;
}
.submenu .overlay .content .edits .edit .arrow {
  text-align: end;
  -webkit-flex: 1 0 10%;
  -ms-flex: 1 0 10%;
  flex: 1 0 10%;
  font-size: 30px;
}
@media screen and (min-width: 700px) {
  .submenu .overlay .content .edits .edit .arrow {
    text-align: center;
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .edits .edit .arrow {
    font-size: inherit;
  }
}
.submenu .overlay .content .edits .edit .arrow i {
  margin-right: 2px;
}
@media screen and (min-width: 700px) {
  .submenu .overlay .content .edits .edit .arrow i {
    margin-right: 0;
  }
}
.submenu .overlay .content .edits .edit:hover {
  background-color: #fff;
}
.submenu .overlay .content .edits .edit.has-single-option {
  display: none;
}
.submenu .overlay .content .material-area {
  width: 90%;
  margin: auto;
}
.submenu .overlay .content .material-area .material-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .material-area .material-top {
    display: block;
  }
}
.submenu .overlay .content .material-area .material-top .top {
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.submenu .overlay .content .material-area .material-top .top .back-button {
  -webkit-flex: 1 0 35px;
  -ms-flex: 1 0 35px;
  flex: 1 0 35px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  background-color: #717171;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .material-area .material-top .top .back-button {
    border-radius: 10px;
  }
}
.submenu .overlay .content .material-area .material-top .top .back-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.submenu .overlay .content .material-area .material-top .top .text {
  -webkit-flex: 1 0 calc(100% - 35px);
  -ms-flex: 1 0 calc(100% - 35px);
  flex: 1 0 calc(100% - 35px);
  font-size: 14px;
}
@media screen and (min-width: 700px) {
  .submenu .overlay .content .material-area .material-top .top .text {
    font-size: 20px;
  }
}
.submenu .overlay .content .material-area .material-top .top .text div {
  padding-left: 20px;
}
.submenu .overlay .content .material-area .material-top .top .text div .headline {
  text-transform: uppercase;
  margin-bottom: 6px;
}
.submenu .overlay .content .material-area .material-top .top .text div .subheadline {
  font-size: 0.9em;
}
.submenu .overlay .content .material-area .material-top .search-area {
  position: relative;
  height: 100%;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .material-area .material-top .search-area {
    margin-top: 20px;
  }
}
.submenu .overlay .content .material-area .material-top .search-area i {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.submenu .overlay .content .material-area .material-top .search-area input {
  width: 100%;
  padding: 10px;
  padding-left: 25px;
  border-radius: 10px;
  border: 1px solid #F0F0F0;
  height: 45px;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .material-area .material-top .search-area input {
    border-radius: 10px;
  }
}
.submenu .overlay .content .material-area .material-top hr {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  height: 1px;
  border: 0;
  background: #D1D1D1;
  margin-top: 25px;
  margin-bottom: 20px;
}
.submenu .overlay .content .material-area .material-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .material-area .material-content {
    width: 95%;
    margin: auto;
  }
}
.submenu .overlay .content .material-area .material-content.option-layer .thumbnail {
  background-size: contain;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .material-area .material-content.option-layer .thumbnail {
    background-size: cover;
  }
}
.submenu .overlay .content .material-area .material-content .material {
  margin: 0;
  margin-bottom: 20px;
  width: 47%;
  cursor: pointer;
  border-radius: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .material-area .material-content .material {
    border-radius: 10px;
  }
}
.submenu .overlay .content .material-area .material-content .material .area {
  border-radius: 10px;
  margin: 5px;
}
@media screen and (min-width: 1024px) {
  .submenu .overlay .content .material-area .material-content .material .area {
    border-radius: 10px;
  }
}
@media screen and (min-width: 700px) {
  .submenu .overlay .content .material-area .material-content .material .area .thumbnail {
    /*width: 120px;*/
    height: 120px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .submenu .overlay .content .material-area .material-content .material .area .thumbnail {
    /*width: 90px;*/
    height: 90px;
  }
}
@media screen and (min-width: 1600px) {
  .submenu .overlay .content .material-area .material-content .material .area .thumbnail {
    /*width: 100px;*/
    height: 100px;
  }
}
.submenu .overlay .content .material-area .material-content .material .area .text {
  text-align: center;
}
.submenu .overlay .content .material-area .material-content .material .area .text p {
  margin-top: 5px;
}
.submenu .overlay .content .material-area .material-content .material:hover {
  background-color: #fff;
}
.submenu .overlay .content .material-area .material-content .material:nth-child(even) .area {
  /*float: right;*/
}
.submenu .overlay .content .material-area .material-content .no-search-results {
  display: none;
}
.submenu .overlay .content .material-area .material-content .no-search-results.show {
  display: block;
}
.submenu .close {
  display: none;
  border-radius: 10px;
  z-index: 1;
  /*&.hideout {
            left: 0;
            opacity: 0;
        }*/
}
@media screen and (min-width: 1024px) {
  .submenu .close {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .submenu .close {
    display: block;
    position: absolute;
    /*left: calc(@menuWidth + @overlayMenuWidth);*/
    left: 0;
    top: 20px;
    padding: 15px;
    background-color: #D1D1D1;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    opacity: 0;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
  }
}
@media screen and (min-width: 1024px) {
  .submenu.ready {
    left: 120px;
  }
}
.submenu.ready .overlay {
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .submenu.ready .overlay {
    left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .submenu.ready .close {
    left: 300px;
    opacity: 1;
  }
}
.submenu .materialgroup {
  display: none;
}
.submenu .materialgroup-header {
  width: 100%;
  margin: 2em 0 1.5em 0;
  font-size: 1.2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
footer .powered-by {
  z-index: 100;
  position: relative;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
}
@media screen and (min-width: 700px) {
  footer .powered-by {
    height: 70px;
  }
}
@media screen and (min-width: 1024px) {
  footer .powered-by {
    position: absolute;
    height: 60px;
    border-top: 1px solid #D1D1D1;
    width: auto;
  }
}
footer .powered-by a {
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
footer .powered-by a .text {
  width: 48%;
  height: 100%;
  position: relative;
  font-size: 0.8em;
  background-color: #E3E3E3;
}
@media screen and (min-width: 700px) {
  footer .powered-by a .text {
    font-size: 1em;
    /*font-size: 1.5em;
                    line-height: 1.5em;*/
  }
}
@media screen and (min-width: 1024px) {
  footer .powered-by a .text {
    /*.flex(1 0 @menuWidth);*/
    font-size: 0.85em;
    width: auto;
    line-height: 1;
    color: #717171;
    width: 120px;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
  }
}
footer .powered-by a .text div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .powered-by a .text div span {
  display: block;
  font-size: 1.5em;
}
footer .powered-by a .image {
  width: 48%;
  height: 100%;
  background-color: #E3E3E3;
}
@media screen and (min-width: 1024px) {
  footer .powered-by a .image {
    /*.flex(1 0 0px);*/
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    width: 0;
    max-height: initial;
  }
}
footer .powered-by a .image img {
  max-height: 35px;
  width: 70%;
  display: block;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  footer .powered-by a .image img {
    opacity: 0;
    width: 0px;
    -moz-transition: opacity ease-out 0.32s;
    -o-transition: opacity ease-out 0.32s;
    -webkit-transition: opacity ease-out 0.32s;
    transition: opacity ease-out 0.32s;
    height: 100%;
    max-height: inherit;
  }
}
footer.active .powered-by a .image {
  width: 300px;
}
footer.active .powered-by a .image img {
  opacity: 1;
  width: 150px;
}
.call-to-action {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  background-color: #E3E3E3;
  padding: 30px 0;
  color: #fff;
  z-index: 1000;
}
.call-to-action .buttons {
  width: 95%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.call-to-action .buttons .button .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #B11216;
  border-radius: 10px;
  max-width: 250px;
}
@media screen and (min-width: 1024px) {
  .call-to-action .buttons .button .content {
    border-radius: 10px;
  }
}
.call-to-action .buttons .button .content .icon {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 100%;
  background-color: #BF3D3C;
  border-radius: 10px 0 0 10px;
  padding: 20px;
}
.call-to-action .buttons .button .content .icon i {
  color: #fff;
}
.call-to-action .buttons .button .content .text {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100px;
  text-align: center;
}
.call-to-action .buttons .button .content .text p {
  font-size: 1.2em;
}
@media screen and (min-width: 1024px) {
  .call-to-action .buttons .button .content .text p {
    font-size: inherit;
  }
}
/*@media screen and (max-width: @tabletBreakpoint) {
    .designer {
        .cta {
            position: relative !important;
            bottom: 0 !important;
            left: 0 !important;
            z-index: 101 !important;
            display: flex;
            height: 50px;
            width: 100%;
            z-index: 101;

            a {
                width: 50% !important;
                height: 100% !important;
                margin: 0 20px !important;
            }
        }
    }
}*/
@media only screen and (max-width: 700px) {
  .designer .render-container {
    max-height: 40vh;
  }
}
@media only screen and (max-width: 1024px) {
  .designer .render-container .hotspots {
    transform: unset !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
  }
  .designer .render-container .hotspots .hotspot-point {
    display: none;
  }
  .designer .render-container .hotspots .hotspot-point.has-single-option {
    display: none !important;
  }
}
.designer .render-container .hotspots .clickmapcanvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@media only screen and (max-width: 700px) {
  .designer .branding {
    top: 10px !important;
    left: 10px !important;
    bottom: auto !important;
    background-position: left top !important;
    width: 80px !important;
    height: 80px !important;
  }
}